13. Character-Level RNN

Character-Level RNN

We will be building and training a basic character-level RNN, specifically an LSTM which reads words as a series of characters and outputs a prediction and “hidden state” at each time step, feeding its previous hidden state into each next step. Next, we'll have our team product lead, Mat, talk about what a character-level RNN can be expected to do.

Character-Wise RNN